home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / Calculette / Source / English.lproj / Info.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  238 b   |  19 lines

  1. Calculette = {
  2.     ACTIONS = {
  3.     showInfoPanel:;
  4.     };
  5.     OUTLETS = {
  6.     infoPanel;
  7.     infoView;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. InfoView = {
  17.     SUPERCLASS = View;
  18. };
  19.